COM AT^SJAV test - Install Java application
COM V1.0	08.12.2004	T. Kleinmann 	Started
COM V1.1	27.01.2005	T. Kleinmann 	Removed AT+JAR and transferred to AT^SJAV
COM V1.2	22.02.2005	T. Kleinmann	Changed the path slightly (Drive 0 added)

##########################################################################################
#ToDo: Specify application on mobile. Check that application is registered properly and can be started.
#ToDo: Uninstall Java application
#ToDo: What about required user inputs at the MMI?
##########################################################################################

from attglobals import *

##########################################################################################

MESSAGE('Please make sure there is the java test application available on mobile. Path is: 0:/java/jam/Applications/Test/Test.jar')

##########################################################################################

AT^SJAV=?
WAIT FOR OK

##########################################################################################

AT^SJAV='0:/java/jam/Applications/Test/Test.jar'
WAIT FOR OK

##########################################################################################
